Skip to content

update development status, remove branch CI#793

Open
jameslamb wants to merge 3 commits into
rapidsai:mainfrom
jameslamb:stop-publishing-packages
Open

update development status, remove branch CI#793
jameslamb wants to merge 3 commits into
rapidsai:mainfrom
jameslamb:stop-publishing-packages

Conversation

@jameslamb

Copy link
Copy Markdown
Member

Contributes to rapidsai/build-planning#291

RSN 60 announces that there won't be any more cuxfilter packages published after 26.06 (https://docs.rapids.ai/notices/rsn0060/).

From my offline conversation with @exactlyallan , it sounds like the repo may be repurposed (details TBD) so shouldn't yet be archived.

So this proposes the following on main:

  • stop running CI on merges to main
  • preserve PR CI for now
  • add a note to the README pointing to the RSN and explaining the current status
  • pin install commands to 26.06

While doing this, I'm also taking the opportunity to remove some outdated stuff:

  • the "external testing" setup
  • an outdated note about using the rapidsai/base container images

@jameslamb jameslamb requested a review from a team as a code owner June 10, 2026 14:29
@jameslamb jameslamb added the improvement Improvement / enhancement to an existing function label Jun 10, 2026
@jameslamb jameslamb requested a review from gforsyth June 10, 2026 14:29
@jameslamb jameslamb added the breaking Breaking change label Jun 10, 2026
@jameslamb

Copy link
Copy Markdown
Member Author

one more cuDF API removal for the road 🥹

File /opt/conda/envs/docs/lib/python3.14/site-packages/holoviews/core/data/cudf.py:141, in cuDFInterface.values(cls, dataset, dim, expanded, flat, compute, keep_index)
    139     return data
    140 elif compute:
--> 141     return data.values_host
    142 try:
    143     return data.values

AttributeError: 'Series' object has no attribute 'values_host'

(build link)

Looks like the primary cause is rapidsai/cudf#22649

Notice that the errors' coming from holoviews code.

It was fixed in holoviz/holoviews#6852, but that hasn't made it into a release yet (it's in the v1.23.0rc1 tag, so I guess a 1.23.0 release will have it).

We're about to stop development here so can just put a ceiling on the cudf dependency. And I'll report this to cuDF maintainers in case they want to do something for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Breaking change improvement Improvement / enhancement to an existing function

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants